home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Workspace / Locus / Source / Makefile < prev    next >
Makefile  |  1995-06-12  |  2KB  |  69 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = Locus
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = AppIcon.tiff
  16. DOCICONS = FolderIcon.tiff
  17.  
  18. GLOBAL_RESOURCES = Folder.nib Info.nib Inspector.nib Main.nib \
  19.                    Preferences.nib AcceptIcon.tiff Activator.tiff \
  20.                    ActiveIcon.tiff dots.tiff FolderIcon.tiff \
  21.                    InactiveIcon.tiff multiple.tiff
  22.  
  23. CLASSES = Activator.m ActivatorBar.m ActivatorBarView.m AppIconView.m \
  24.           AtomList.m CustomApp.m DynamicItems.m DynamicItemSpec.m \
  25.           ErrorReporting.m Folder.m FolderController.m FolderInsPane.m \
  26.           FolderViewer.m Group.m GroupBrowser.m GroupBrowserMatrix.m \
  27.           GroupInsPane.m InfoPanel.m Inspector.m InspectorPane.m \
  28.           ItemCell.m ItemInsPane.m ItemList.m MainController.m \
  29.           Preferences.m SelectionInsPane.m SendAction.m SwapView.m \
  30.           VersionInfo.m WidePopupController.m
  31.  
  32. HFILES = Activator.h ActivatorBar.h ActivatorBarView.h AppIconView.h \
  33.          AtomList.h CustomApp.h DynamicItems.h DynamicItemSpec.h \
  34.          ErrorReporting.h Folder.h FolderController.h FolderInsPane.h \
  35.          FolderViewer.h Globals.h Group.h GroupBrowser.h \
  36.          GroupBrowserMatrix.h GroupInsPane.h InfoPanel.h Inspector.h \
  37.          InspectorPane.h ItemCell.h ItemInsPane.h ItemList.h \
  38.          MainController.h Preferences.h PSLine.h PSSetTier.h \
  39.          SelectionInsPane.h SendAction.h SwapView.h VersionInfo.h \
  40.          WidePopupController.h
  41.  
  42. MFILES = Globals.m Locus_main.m
  43.  
  44. PSWFILES = PSWraps.psw
  45.  
  46. OTHERSRCS = Makefile Makefile.postamble Makefile.preamble
  47.  
  48.  
  49. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  50. INSTALLDIR = $(HOME)/Apps
  51. INSTALLFLAGS = -c -s -m 755
  52. SOURCEMODE = 444
  53.  
  54. ICONSECTIONS =    -sectcreate __ICON app AppIcon.tiff \
  55.         -sectcreate __ICON FolderIcon FolderIcon.tiff
  56.  
  57. LIBS = -lMedia_s -lNeXT_s
  58. DEBUG_LIBS = $(LIBS)
  59. PROF_LIBS = $(LIBS)
  60.  
  61.  
  62. -include Makefile.preamble
  63.  
  64. include $(MAKEFILEDIR)/app.make
  65.  
  66. -include Makefile.postamble
  67.  
  68. -include Makefile.dependencies
  69.